home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #12 / Software USA Volume 4.12.iso / mac / LifeStyles / OpenWithCMPlugin OS8 / Source / cfrg.r next >
Encoding:
Text File  |  1998-10-23  |  722 b   |  44 lines  |  [TEXT/CWIE]

  1. /*
  2.     File:        cfrg.r
  3.  
  4.     Contains:    <contents>
  5.  
  6.     Written by:    Guy Fullerton
  7.  
  8.     Copyright:    <copyright>
  9.  
  10.     Change History (most recent first):
  11.  
  12.         <0+>     1/16/97    GBF     first checked in
  13. */
  14.  
  15.  
  16. #define UseExtendedCFRGTemplate 1
  17.  
  18. #include "CodeFragments.r"
  19.  
  20. #define myStackSize 256000
  21.  
  22. resource 'cfrg' (0) {
  23.     {    /* array memberArray: 4 elements */
  24.         extendedEntry {
  25.             kPowerPC,
  26.             kFullLib,
  27.             kNoVersionNum,
  28.             kNoVersionNum,
  29.             kDefaultStackSize,
  30.             kNoAppSubFolder,
  31.             kIsLib,
  32.             kOnDiskFlat,
  33.             kZeroOffset,
  34.             kSegIDZero,
  35.             "OpenwithCMPlugin",
  36.             kFragSOMClassLibrary,
  37.             "AbstractCMPlugin",
  38.             "",
  39.             "",
  40.             "A Contextual Menu Plugin which allows you to open files with applications other than their creator"
  41.         }
  42.     }
  43. };
  44.